.chatbot-container {
    position: fixed;
    right:20px;
    bottom:20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .chatbot-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #007BFF;
    border-radius: 25px; 
    transition: border-radius 0.3s ease;
  }

  .chatbot-shape:hover {
    width:80px; 
  }

  .chatbot-image {
    position: absolute;
    top: 5px;
    left: 5px;
    transition: left 0.3s ease;
  }

  .chatbot-text {
    position: absolute;
    right: 0;
    padding: 10px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .chatbot-shape:hover  .chatbot-image {
    left: 5px;
  }
  .chatbot-shape:hover .chatbot-text {
    opacity: 1;
  }

  .close_chat_window{
    text-align: center;
    font-size: 25px;
    color: white;
    display: none;
    transform: rotate(90deg);
    background-color: #007BFF;
    position: fixed;
    right:20px;
    bottom:20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 25px;
    transition: transform 0.8s ease-in-out;
    }
    .close_chat_window span{
      line-height: 1.5;
    }
  .chat-heads-admin{
      background-color: #fff;
      display: none;
      width: 200px; 
      height: 450px; 
      position: fixed;
      right: 385px; 
      bottom: 70px; 
      border-radius: 0px 0px 0px 25px;
      cursor: pointer;
      box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
              0 32px 64px -48px rgba(0,0,0,0);
  }
  .chat-heads-mainlist{
    overflow-y: auto;
    padding: 5px;
    max-height: 435px;
  }
  .chat-head-person{
    background-color: rgb(221, 224, 224);
    height: 60px;
    width: 100%;
    list-style-type:  none;
    border: rgb(202, 200, 200) 1px solid;    
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
   .chat-head-person:hover{
    background-color: rgb(202, 204, 204);
  }
  .chat-head-desc{
    padding: 5px;
    font-size: 0.9rem;
    font-weight: bold;
    list-style-type:  none;
    font-family: 'Georgia', serif;
    max-width: 90%;
    word-wrap: break-word;
  }
  .chat-head-help{
    background-color: #0088CC;
    display: none;
    width: 230px;
    height: 70px;
    position: fixed;
    right: 355px;
    bottom: 500px;
    border-radius: 25px;
  }
  .chat_window{
    position: fixed;
    right: 35px;
    bottom: 70px;
    height: 1000px;
    width: 700px;
    background: #fff;
    border-radius: 25px 25px 25px 0px;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.5);
    transform-origin: bottom right;
    box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
              0 32px 64px -48px rgba(0,0,0,0);
    transition: all 0.3s ease;
  } 
  .chat_window_header{
    background-color: #0088CC;
    height: 100px;
    margin-top: -20px;
  }
  .chat-head-help h2{
    color: #fff;
    font-size: larger;
    padding: 5px;
  }
  .chat_window_header h4{
    color: rgb(6, 230, 6);
    padding-left: 15px;
  }
  .chat_window_header h2{
    color: #fff;
    padding-left: 15px;
    padding-top: 20px;
  }
  #chat_input{
    border-radius: 30px;
    border-color: rgb(204, 204, 204);
    width: 100%;
    min-height: 60px;
    margin-left: 10px;
    font-size: 25px;
    padding-left: 20px;
    resize: none;
  }
  .chat_input_message{
    position: fixed;
    top: 900px;
    display: block;
    width: 100%;
  }
  .send_btn{
    width: 80px;
    height: 75px;
    border-radius: 30px;
    z-index: 2;
    cursor: pointer;  
    position: absolute;  
    left: 600px;
    bottom: 24px;
  }
  #sendIcon{
    width: 70px;
    height: 70px;
  }
  .outgoing_message{
    max-width: 92%;
    list-style-type: none;
    display: flex;
    padding: 20px;
    align-items: flex-end;
  }
  .og-message-content{
    padding: 20px 30px 20px 20px;
    background-color: rgb(243, 239, 239);
    font-size: 2.5rem;
    border-radius: 25px 25px 25px 0px;
    flex: 1;
    margin-left: 20px;
    word-wrap: break-word;
    height: auto;
    max-width: 85%;
    list-style-type:  none;
  }
  .chat-area{
    overflow-y: auto;
    padding: 0%;
    max-height: 795px;
  }
  .support-bot{
    max-height: 70px;
    max-width: 80px;
  }
  .incoming_message{
    max-width: 100%;
    list-style-type: none;
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    padding: 20px;
    margin-left: 50px;
  }
  .ic-message-content{
    padding: 20px 30px 20px 20px;
    background-color: rgb(243, 239, 239);
    font-size: 2.5rem;
    border-radius: 25px 25px 0px 25px;
    flex: 1;
    margin-right: 20px;
    height: auto;
    max-width: 85%;
    word-wrap: break-word;
    overflow: auto;
  }
  .sender-bot{
    max-height: 70px;
    max-width: 80px;
  }
  .loginForm{
    line-height: 30px;
    padding: 10px;
  }
  #inputimg{
    display: none;
  }
  .glyphicon-camera{
    font-size: 40px;
    top: 20px;
    color: #0088CC;
    cursor: pointer;
    right: 120px; 
    z-index: 2;
    position: absolute;
  }
  .chat-input-area{
    width: 680px;
  }
  .inner-msg-img{
    max-width: 400px !important;
    max-height: 500px !important;
    cursor: pointer;
    padding-right: 10px;
  }
  #imagemodal{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
  }
#imagemodal-content{
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}
.close-imgmodal {
  color: white;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}
#reloadButton {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 40px;
  color: #f6f6f6; 
  right: 25px;
  top:30px;
  position: absolute;
}

#reloadButton:hover {
  color: #23527c; 
}

.chat-bubble {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f1f0f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sent {
  background-color: #3498db;
  color: #fff;
}

.chat-bubble {    
    display: none;
    background-color: #0088CC;
    font-size: 12px;
    font-weight: lighter;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: white;
    margin-right: 5px;
}
#chat-bubble{
  display: none;
}